#######################################
# Order of the Sacred Magdalene
# Tentacle Companion Decision
#######################################

society_decisions = {

    ggsm_bond_tentacle_companion = {
        ai = no

        potential = {
            society_member_of = ggsm_order_sacred_magdalene
            society_rank >= 2
            religion = catholic
            is_female = yes
            is_adult = yes
            NOT = { trait = ggsm_tentacle_companion }
        }

        allow = {
            prisoner = no
            in_command = no
            is_inaccessible_trigger = no
            NOT = { trait = incapable }
        }

        effect = {
            long_character_event = { id = ggsmt.1 }
        }

        ai_will_do = { factor = .1 }
    }
}
